Int32NINumericInt32NMultiply Method
Computes the product of the current value and the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
Int32N INumeric<Int32N>.Multiply(
Int32N value
)
Private Function Multiply (
value As Int32N
) As Int32N Implements INumeric(Of Int32N).Multiply
private:
virtual Int32N Multiply(
Int32N value
) sealed = INumeric<Int32N>::Multiply
private abstract Multiply :
value : Int32N -> Int32N
private override Multiply :
value : Int32N -> Int32N
- value Int32N
- The value to multiply with the current value.
Int32NThe product of the current value and
value.
INumericTSelfMultiply(TSelf)